home *** CD-ROM | disk | FTP | other *** search
/ .net (French) 1998 Winter / .net Magazine (FR) - Issue 06.iso / mac / Surfing / INDNET / IRC / ShadowIRC-070 / Command Reference next >
Text File  |  1998-08-16  |  3KB  |  77 lines

  1. Command Reference
  2.  
  3. Parameters in [brackets] are optional.
  4.  
  5. /bans [<mask>] - lists bans on current channel, optionally matching mask.
  6. /bract - broadcast action
  7. /broadcast - broadcast text to all channels
  8. /c <connectionNumber | connectionName> - opens a connection
  9. /cping <nick> - does a ctcp ping on someone and displays their ping time in tenths of seconds
  10. /ctcp <nick> <command>
  11. /d <connectionNumber | connectionName> - closes a connection
  12. /dcc <[list]|close|chat|send|get>
  13. /debug - turns on debug mode
  14. /dns <IP|machineName>
  15. /exit
  16. /ignore [-]<nick | user@host | nick!user@host> [...]
  17. /j = /join
  18. /join <channel> [<channel key>]
  19. /k = /kick
  20. /kick <channel> <nickname> [<reason>] - Kicks a user from a channel.
  21. /kill <nickname> [<reason>]
  22. /leave = /part
  23. /m = /msg
  24. /me - action
  25. /msg <nickname> <message>
  26. /msgq - Like /msg, but doesn't display your message on the screen
  27. /mode - Displays and sets user and channel modes.
  28.     Channel Modes:
  29.         +t - Only channel operators can change topic
  30.         +n - You must be in the channel to send a message to it
  31.         +i - Invite-only. Only channel operators can invite users to this channel.
  32.         +m - Moderated. Only users with voice (channel mode +v) may speak.
  33.         +p - Private.
  34.         +s - Secret.
  35.         +l - A limit is placed on the number of people who may join this channel.
  36.         +k - Sets the channel password. You must know this password to join the channel.
  37.         +o - Channel operator. Gives you the ability to set channel modes and kick people from the channel.
  38.         +v - Voice. Allows you to speak on a moderated channel.
  39.         +b - Banned. If you are banned, you are prevented from joining the channel.
  40. /names [<channel>]
  41. /nick [<newnick>]
  42. /notice <nickname|channelname> <message>
  43. /noticeq - Like /notice, but doesn't display your message on the screen
  44. /notify [[-]<nick>] - Adds or removes someone from the notify list for the current connection.
  45. /onotice - Sends a notice to all the ops of the current channel.
  46. /part [<#channel>] [<reason>] - leaves a channel, or the current channel if none specified.
  47. /ping = /ctcp ping
  48. /query <nick>
  49. /quit = /exit
  50. /quote = /raw
  51. /server
  52. /signoff
  53. /time [<servername>] - returns the local time of the server you are connected to, or the server you specify.
  54. /topic
  55. /umode - same as /mode CurrentNick
  56. /unixtime time - Converts a time in unix format to a human-readable format
  57. /version
  58. /who
  59. /whois
  60. /whowas
  61. /wh = /whois
  62. /ww = /whowas
  63.  
  64. //command doesn't save in inputline scrollback. Good uses: //msgq x@channels.undernet.org login #yourchannel yourpass
  65.  
  66. Shortcuts tokens:
  67. \n = return (to separate commands)
  68. $channel = current target
  69. $nick = current nick
  70. $server = current server
  71. $version = version of ShadowIRC you are using
  72. $date = current date
  73. $date.l = current date (long format)
  74. $time = current time
  75. $time.s = current time with seconds
  76. $-> = set the cursor on the inputline at this position (e.g. "/ctcp $-> version" would let you hit a shortcut, type in someone's nickname, and hit return to version them, without having to position the cursor between /ctcp and version.)
  77. $il = inputline text (useful when you want the text that's in the inputline, regardless of whether or not it's selected in the shortcut string)